Fix annotation syntax for gtk_widget_class_path
authorColin Walters <walters@verbum.org>
Tue, 6 Jul 2010 19:49:41 +0000 (15:49 -0400)
committerColin Walters <walters@verbum.org>
Tue, 6 Jul 2010 19:50:07 +0000 (15:50 -0400)
gtk/gtkwidget.c

index 351d995ee2c3fc2dad3152638dc62cb0445b0bf4..d302589a11b9fe4ce5ae6691fcd4e6a6b7649f3e 100644 (file)
@@ -10179,8 +10179,8 @@ gtk_widget_path (GtkWidget *widget,
  * gtk_widget_class_path:
  * @widget: a #GtkWidget
  * @path_length: (out) (allow-none): location to store the length of the class path, or %NULL
- * @path: (out) (allow-none) location to store the class path as an allocated string, or %NULL
- * @path_reversed: (out) (allow-none) location to store the reverse class path as an allocated
+ * @path: (out) (allow-none): location to store the class path as an allocated string, or %NULL
+ * @path_reversed: (out) (allow-none): location to store the reverse class path as an allocated
  *    string, or %NULL
  *
  * Same as gtk_widget_path(), but always uses the name of a widget's type,